DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionList<T> Class / DataCollection Property

In This Topic
    DataCollection Property (C1DataCollectionList<T>)
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DataCollection As IDataCollection(Of T)
    protected virtual IDataCollection<T> DataCollection {get;}
    See Also